From 29482604a2107fad6c64182a9188de699595b6ac Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 9 Jan 2007 22:34:38 +0000 Subject: [PATCH] (syms_of_emacs) : Doc fix. --- src/emacs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 6ba6d675d62..20997cf4070 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -2480,7 +2480,8 @@ before you compile Emacs, to enable the code for this feature. */); emacs_priority = 0; DEFVAR_LISP ("path-separator", &Vpath_separator, - doc: /* The directory separator in search paths, as a string. */); + doc: /* String containing the character that separates directories in +search paths, such as PATH and other similar environment variables. */); { char c = SEPCHAR; Vpath_separator = make_string (&c, 1); -- 2.30.2